projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ab224
)
(Faset): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 29 May 1997 00:14:20 +0000
(
00:14
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 29 May 1997 00:14:20 +0000
(
00:14
+0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 1e0b3da35ada8bdfcbd5965b7fe49d36de259e0a..c84b137b5d66e7b696c560a5d09faf2eda43d62e 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-1635,7
+1635,8
@@
or a byte-code object. IDX starts at 0.")
DEFUN ("aset", Faset, Saset, 3, 3, 0,
"Store into the element of ARRAY at index IDX the value NEWELT.\n\
-ARRAY may be a vector or a string. IDX starts at 0.")
+ARRAY may be a vector, a string, a char-table or a bool-vector.\n\
+IDX starts at 0.")
(array, idx, newelt)
register Lisp_Object array;
Lisp_Object idx, newelt;